home *** CD-ROM | disk | FTP | other *** search
- Path: news.chalmers.se!usenet
- From: ei39418@ios.chalmers.se (Michael Schön)
- Newsgroups: comp.lang.c++
- Subject: 64 bit operators
- Date: 10 Apr 1996 20:34:04 GMT
- Organization: Chalmers university of technology
- Message-ID: <4kh5vs$286@nyheter.chalmers.se>
- NNTP-Posting-Host: modem15.ios.chalmers.se
- X-Newsreader: WinVN 0.92.1
-
- PROBLEM:
- I would like to multiply, substract and divide two 64 bit
- LONGLONG hyper words in Borland C++ 4.52. These types are declared in
- <winnt.h>.
- In Visual C++ 2.0 these operators are defined and declared in <longint.h>
- e.g. a=LongIntegerSubstract(b,c) so there should exists a corresponding
- declaration for Borland C++ 4.52!
- But where???
-
- QUESTION:
- How do you perform these basic +,-,*,/ operators on 64 bit words?
-
- /Michael
- ei39418@ios.chalmers.se
-